home *** CD-ROM | disk | FTP | other *** search
/ Champak 103 / Vol 103.iso / games / sultan.swf / scripts / DefineButton2_9 / BUTTONCONDACTION on(press, keyPress Left).as
Text File  |  2010-03-13  |  336b  |  20 lines

  1. on(press, keyPress "<Left>"){
  2.    perrox = getProperty("/perro", _X);
  3.    if(perrox == "22" or perrox < "22")
  4.    {
  5.       stop();
  6.    }
  7.    else
  8.    {
  9.       gotoAndStop(2);
  10.       tellTarget("/botonright")
  11.       {
  12.          gotoAndStop(2);
  13.       }
  14.       tellTarget("/perro")
  15.       {
  16.          gotoAndPlay(143);
  17.       }
  18.    }
  19. }
  20.